home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / comm / www / mwm311.lha / MWM / Docs / MWM_eng.DOC < prev    next >
Text File  |  1997-03-09  |  33KB  |  1,090 lines

  1.  
  2. Version 3.11
  3.  
  4.  
  5.       +--- -  -                 -  - ---+--- -  -                -  -  ---+
  6.  
  7.       |   ! Welcome to the first very easy-to-use HTML file generator !   |
  8.  
  9.       +--- -  -                 -  - ---+--- -  -                -  -  ---+
  10.  
  11.  
  12.                       __   __   __             __   __   __
  13.                      /  \_/  \  \ \           / /  /  \_/  \
  14.                     / /\   /\ \  \ \    _    / /  / /\   /\ \
  15.                    / /  \_/  \ \  \ \  / \  / /  / /  \_/  \ \
  16.                   / /         \ \  \ \/ _ \/ /  / /         \ \
  17.                  /_/           \_\  \__/ \__/  /_/           \_\
  18.  
  19.                -->*  Magic WWW  (World-Wide Web) files Maker  *<--
  20.                      _______________________________________
  21.                                         |
  22.                                         |
  23.                                        \|/
  24.                                         X
  25.                        ___________________________________
  26.                       |                                   |
  27.                       | from an idea of  Maurizio Fabiani |
  28.                       |    developed by  Massimo Baglione |
  29.                       |___________________________________|
  30.  
  31.  
  32. 1. INTRODUCTION
  33.  
  34. One day my friend Maurizio asked me: "Hey Max, do you think that it's
  35. possible to write a program to create files in HTML format by just loading a
  36. simple ASCII text and using the mouse to define the final HTML file?"
  37.  
  38. I said: "Oh my God! Miracles are not my speciality!"... but he was right!
  39.  
  40. Well, the final result is near.
  41.  
  42. MWM allows you to load a normal text file and you can attach images, texts,
  43. lists and many other HTML object to the selected lines and/or words just by
  44. using the mouse.
  45.  
  46. The GUI is essentially composed of:
  47.  
  48.     - The Main Window
  49.       This will show the normal text file.  If a part of text is defined by
  50.       an action, it will be highlighted with a different color from the rest
  51.       of the text.  Like some word processors, this window contains a lot of
  52.       small graphic gadgets linked to different actions.
  53.  
  54.     - The Single Line Window
  55.       There you can insert more objects in a single line.
  56.  
  57.     - The Labels Window
  58.       This will show all labels included in an HTML file to be linked.
  59.  
  60.     - The Help Window (or Log Window)
  61.       This will show all informations about selected lines.
  62.       MWM provides you three levels of informations:
  63.  
  64.         - None
  65.         - Medium
  66.         - High
  67.  
  68.     - The "What is?" Window
  69.       This will show a quick information about all lines.
  70.  
  71.  
  72. 2. THE MAIN WINDOW
  73.  
  74. Once a simple text file is loaded, you will see it in the Main Window.
  75.  
  76. Use the left mouse button to select part of the text, either by dragging, or
  77. by clicking.  Then select one of the Action Gadgets to attach an action to it
  78. the selected text.  The action can be lists, texts, images, hyperlinks, forms
  79. or many other things permitted by the HTML 3.2 specifications.
  80.  
  81. If you need to attach an action to a single word on a line, just double-click
  82. on the line.  Your desired line will appear in the Single Line Window.  Then
  83. you can drag select only the desired word(s).
  84.  
  85. Different actions will create objects that are shown in different colors in
  86. the Main Window.
  87.  
  88. All created objects are numbered in order of creation.  By selecting the
  89. object, you can see information about it in the Log Window.
  90.  
  91.  
  92. Keys
  93. ====
  94. If the text is larger than the the window, you can scroll it by pressing the
  95. arrows keys or using the scroll gadgets.
  96.  
  97. The arrow keys, by themselves, will scroll one line or column.
  98. Shifted arrow keys will scroll one page up / down / left / right.
  99. Pressing the alt key with the arrow keys will go to the beginning / end, or
  100. to the top left / top right.
  101. Pressing the control key with the arrow keys will attempt to resize the
  102. window to fit the text.
  103.  
  104. The help key will open or close the Log Window.
  105.  
  106. The del key will open or close the "What is?" Window.
  107.  
  108. Pressing enter will edit the first selected line or the current active object.
  109.  
  110. Pressing return will insert an empty line.
  111.  
  112. The Action gadgets
  113. ==================
  114. Starting from the left, the Action gadgets are:
  115.  
  116. TEXT Gadget
  117.  
  118.    This action will define a particular type of text for selected lines.
  119.  
  120.    MWM will show a window with some gadgets:
  121.  
  122.     - "Type" gadget:
  123.  
  124.        - Plain; all selected text will be saved into HTML.
  125.  
  126.        - Link into this document;
  127.          it makes an hyperlink to the current document.
  128.  
  129.        - Link to another document;
  130.          A web browser like AMosaic will highlight this part of the text.
  131.          If the user click on this object, a new text defined by this action
  132.          will called.
  133.  
  134.        - Link to a site.
  135.  
  136.        - Preformatted;
  137.          Selected lines will be included between <PRE> and </PRE>.
  138.          They will usually be displayed in a fixed width (typewriter) font.
  139.  
  140.        - Address.
  141.          Selected lines will be included between <ADDRESS> and </ADDRESS>.
  142.  
  143.        - Paragraph.
  144.          Selected lines will be included between <P> and </P>.
  145.          You can also specify an alignment as:
  146.  
  147.             DEFAULT, LEFT, RIGHT, JUSTIFY.
  148.  
  149.     - "Link" gadget:
  150.  
  151.         Active for "link to another document", it lets you choose the file
  152.         name to be linked.
  153.  
  154.     - "Label" gadget:
  155.  
  156.         Active for "link into this document" and "link to another document",
  157.         it lets you choose the label name to be linked.
  158.  
  159.     - "URI" gadget:
  160.  
  161.         Active for "link to a site";
  162.         MWM will give you the following list of URI's types:
  163.  
  164.             file://localhost/
  165.             http://
  166.             ftp://
  167.             mailto:
  168.             news:
  169.             gopher:
  170.             telnet:
  171.  
  172.     - "Site" gadget:
  173.  
  174.         Active for "link to a site";
  175.         MWM will show a requester to find out where it can go to read the
  176.         site name.  You can choose from:
  177.  
  178.            - Selected line
  179.              If the site name is the current selected text, MWM will
  180.              reduce to one all the selected lines.
  181.  
  182.            - Keyboard
  183.              The site name will be defined manually from the keyboard.
  184.  
  185.            - PATH:file
  186.              The site name is defined in the site file.
  187.              You may define a list of sites in advance for MWM to use.
  188.              The list MUST look like this:
  189.  
  190.                 www.vol.it
  191.                 agnus.livewire.com
  192.                 www.lycos.com
  193.                 www.yahoo.com
  194.                 ...
  195.  
  196.              If the location of the site list has not been previously
  197.              defined, MWM will look for it in "PROGDIR:MWM.sites".  You may
  198.              define a different location for the site file using the
  199.              "PREFS" gadget, "Sites list" item.
  200.  
  201.     - "Markup" gadget:
  202.  
  203.         Adds a markup to the current text.
  204.         You can choose from:
  205.  
  206.            - Citation (Typically in italic).   (CITE)
  207.            - Emphasis                          (EM)
  208.            - Strong emphasis                   (STRONG)
  209.            - Code                              (CODE)
  210.              Looks like preformatted text,
  211.              for example: 1 + 1 = 2.
  212.            - Author                            (AU)
  213.              For an author of a book, etc.
  214.            - Person                            (PERSON)
  215.              For a generic person name.
  216.            - Sequence of chars.                (SAMP)
  217.            - Keyboarded text.                  (KBD)
  218.            - Variable name.                    (VAR)
  219.            - Definition.                       (DFN)
  220.            - Short quote.                      (Q)
  221.            - Acronyms.                         (ACRONYM)
  222.            - Abbreviations.                    (ABBREV)
  223.            - Inserted text.                    (INS)
  224.            - Deleted text.                     (DEL)
  225.            - Bold text.                        (B)
  226.            - Italic text.                      (I)
  227.            - Typewriter text.                  (TT)
  228.            - Underscored text.                 (U)
  229.            - "Lined" text.                     (S)
  230.            - Big text.                         (BIG)
  231.            - Small text.                       (SMALL)
  232.            - Subscripted                       (SUB)
  233.            - Superscripted                     (SUP)
  234.            - Nothing       (to clear current markup)
  235.  
  236.     - "Font" gadget:
  237.  
  238.         With  this  you  can  modify  the font size (headings) of the selected
  239.         lines.  The following choices are possible:
  240.  
  241.             - <H1> Very large font, bold.
  242.             - <H2> Large font, bold.
  243.             - <H3> Large font, italic..
  244.             - <H4> Normal font, bold.
  245.             - <H5> Normal font, italic.
  246.             - <H6> Small font.
  247.  
  248.         Note  that  these  values  are  just an indication.  Depending on what
  249.         browser  they  are  using, and how the browser and their system is set
  250.         up, your text may look different on each system.
  251.  
  252.         MWM sets this value to <H5> for all lines defined as simple text.
  253.         Use the "HTML defaults" option in PREFS action to change this default.
  254.  
  255.     - "Align" gadget:
  256.  
  257.         This gadget is used to specify the alignement for the headings.
  258.  
  259.         - Left;
  260.         - Center;
  261.         - Right;
  262.         - Justify;
  263.  
  264.     - "OK" gadget:
  265.  
  266.         Add object to the buffer.
  267.  
  268.     - "Cancel" gadget:
  269.  
  270.         Exit quietly from object definition.
  271.  
  272.     - "Delete" gadget:
  273.  
  274.         Lets you to delete the current edited object.
  275.  
  276.    If you need to retouch a text object, just click "TEXT" gadget when that
  277.    object is selected (or double click on it).
  278.  
  279. IMAGE Gadget
  280.  
  281.    This action will _REPLACE_ selected text with an image.
  282.  
  283.    MWM will show a window with some gadgets:
  284.  
  285.     - "Choose" gadget:
  286.  
  287.         A file requester will ask you to select the image file.
  288.  
  289.     - "Alt" gadget:
  290.  
  291.         The alternative text (ALT) for this image.
  292.  
  293.     - "Type" gadget:
  294.  
  295.         - Simple;
  296.         - Map;
  297.         - Link to current;  (See the TEXT Gadget, above)
  298.         - Link to another;  (See the TEXT Gadget, above)
  299.         - Link to a site;   (See the TEXT Gadget, above)
  300.  
  301.     - "Align" gadget:
  302.  
  303.         - TOP
  304.         - MIDDLE
  305.         - BOTTOM
  306.  
  307.     - "Link" gadget:   (See the TEXT Gadget, above)
  308.     - "Label" gadget:  (See the TEXT Gadget, above)
  309.     - "URI" gadget:    (See the TEXT Gadget, above)
  310.     - "Site" gadget:   (See the TEXT Gadget, above)
  311.     - "OK" gadget:     (See the TEXT Gadget, above)
  312.     - "Cancel" gadget: (See the TEXT Gadget, above)
  313.     - "Delete" gadget: (See the TEXT Gadget, above)
  314.  
  315.    If you need to retouch an image object, just click "IMAGE" gadget when that
  316.    object is selected (or double click on it).
  317.  
  318. LIST Gadget
  319.  
  320.    This action will define selected lines as a list.
  321.  
  322.    MWM will show a window with some gadgets:
  323.  
  324.     - "Type" gadget:
  325.  
  326.         - Unnumbered; for example:
  327.  
  328.            * it's cold
  329.            * it's warm
  330.            * it's rain
  331.  
  332.            For  unnumbered  list  you can also define the bullet type as disc,
  333.            circle or square.
  334.  
  335.         - Numbered, for example:
  336.  
  337.            1- Don't drink if you must drive
  338.            2- Don't drive if you have drunk
  339.            3- Cappuccino is more greedy than beer
  340.            4- Milk is finish, give me a beer!
  341.  
  342.            For  ordered  list  you  can  also  define  the numbering method as
  343.            arabic, roman or alphanumeric.
  344.  
  345.         - Definition, for example:
  346.  
  347.            Colors
  348.                Red
  349.                Green
  350.                Blue
  351.  
  352.            Planets
  353.                Mercury
  354.                Mars
  355.                Jupiter
  356.                Earth
  357.                ...
  358.  
  359.     - "Add image" and "Add text" gadgets:
  360.  
  361.         This action will add an image or a text to the current line showed
  362.         into the text gadget.
  363.  
  364.     - "Compact" gadget:
  365.  
  366.         This flag, if active, lets you to define that the list must be showed
  367.         by the browser in a smaller way <UL COMPACT>.
  368.  
  369.     - "Plain" gadget:
  370.  
  371.         This flag, if active, lets you to define that the unnumbered list
  372.         must be showed by the browser without bullets <UL PLAIN>.
  373.  
  374.     - "Continue" gadget:
  375.  
  376.         Don't restart the sequence number, continue where previous list off
  377.         <OL CONTINUE>.
  378.  
  379.     - "Starting from (START)" gadget:
  380.  
  381.         Set the starting sequence number for the first item <OL START=n>.
  382.         This gadget is only usable if the gadget "Continue" is not selected.
  383.  
  384.     - "<LH> Header" gadget:
  385.  
  386.         Useful to define the title of the list.
  387.  
  388.     - "Bullet/Number" gadget:
  389.  
  390.         For unnumbered list you can specify the bullet type as disc, circle or
  391.         square.
  392.         For ordered list you can specify the numbering method as arabic, roman
  393.         or alphanumeric.
  394.  
  395.         This is an example of an ordered list with "roman" numbering method:
  396.  
  397.             <OL TYPE="I">
  398.                 <LI> First...
  399.                 <LI> Second...
  400.                 <LI> Third...
  401.                 <LI> Some other things...
  402.             </OL>
  403.  
  404.         This would be rendered like:
  405.  
  406.             I First...
  407.            II Second...
  408.           III Third...
  409.            IV Some other things...
  410.  
  411.     - "Prev" and "Next" gadgets:
  412.  
  413.         Lets you to add text or image to every line of the LIST.
  414.  
  415.     - "OK" gadget:
  416.  
  417.         Add object to the buffer.
  418.  
  419.     - "Cancel" gadget:
  420.  
  421.         Exit quietly from object definition.
  422.  
  423.     - "Delete" gadget:
  424.  
  425.         Lets you to delete the current edited list.
  426.         If the list contains texts or images, MWM will shows a warning.
  427.  
  428.    If you need to retouch a list object, just click "LIST" gadget when that
  429.    object is selected (or double click on it).
  430.  
  431. FORM Gadget
  432.  
  433.    This action is composed by two steps:
  434.  
  435.    In the first step you define the part of the text that will become the
  436.    FORM. MWM will show a window with some gadgets:
  437.  
  438.     - "Method" gadget:
  439.  
  440.        - GET
  441.        - POST
  442.  
  443.     - "Action" gadget:
  444.  
  445.         Here you can specify the ACTION (a URL, for instance) of that FORM.
  446.         This is an example of an Action: "http://x/y/sample".
  447.  
  448.    You will see that the color of the selected text has changed.
  449.    With FORM objects you may select one or more lines for each group.
  450.  
  451.    In the second step you get to define all other parts of the FORM.
  452.    Select as many or as few of the previously selected lines as you wish, and
  453.    select the FORM Gadget again. MWM will show a window with some gadgets:
  454.  
  455.     - "Type" gadget:
  456.  
  457.        - Plain text;
  458.          This is useful to describe some other more important objects.
  459.  
  460.        - INPUT;
  461.  
  462.        - List of INPUTs;
  463.          This won't work if you are working in the Single Line Window.
  464.          Any single INPUTs to define will be included in a list.
  465.  
  466.     - "Input" gadget:
  467.  
  468.          This gadget contains the following type of INPUTs:
  469.  
  470.             Text, Password, Checkbox, Radio, Range, Scribble,
  471.             File, Hidden, Submit, Image, Reset and Textarea.
  472.  
  473.          If you choose RADIO, MWM will check if you have selected the
  474.          "Same RADIO group" gadget.
  475.          If yes, the RADIO group will have the same field name.
  476.          In this way, a program like AMosaic can be sure that one, and only
  477.          one, of them can be selected by the user.
  478.  
  479.     - "Name" gadget:
  480.  
  481.         Here you can specify the NAME of the INPUT.
  482.  
  483.     - "Value" gadget:
  484.  
  485.         Here you can define the default, or initial, VALUE for the INPUT.
  486.  
  487.     - "Width" and "Max" gadgets:
  488.  
  489.         With these gadgets you can define the size in chars and the maximum
  490.         number of chars allowed for the TEXT and PASSWORD inputs.
  491.  
  492.     - "Rows" and "Cols" gadgets:
  493.  
  494.         With these gadgets you can define the size in chars for the TEXTAREA
  495.         input.
  496.  
  497.     - "From", "To", "Value" gadgets:
  498.  
  499.         If you are working for RANGE input, all of these gadgets will
  500.         be abled.
  501.  
  502.     - "Accept" gadget:
  503.  
  504.         Used for the ACCEPT field of the FILE input.
  505.  
  506.     - "Source" gadget:
  507.  
  508.         Used to define the SRC field for all of the inputs elements that
  509.         would need it.
  510.  
  511.     - "Next" and "prev" gadgets:
  512.  
  513.         Ghosted if the "Same Radio group" gadgets are not selected.
  514.         Otherwise, you can specify tha VALUE and the selection (SELECTED) for
  515.         every element of the same RADIO group.
  516.  
  517.     - "OK" gadget:     (See the TEXT Gadget, above)
  518.     - "Cancel" gadget: (See the TEXT Gadget, above)
  519.     - "Delete" gadget: (See the TEXT Gadget, above)
  520.  
  521.    Every element of the FORM (except that inserted in a list) will be saved
  522.    into the final HTML file prefixed by the <P> string in order to print each
  523.    line separately.
  524.  
  525.    If you need to insert two or more element of the FORM into the same line,
  526.    you can double-click on it working in the Single Line Window.
  527.  
  528.    If you need to retouch a FORM object, just click "FORM" gadget when that
  529.    object is selected.
  530.  
  531. MORE Gadget
  532.  
  533.    MWM  will  consider the first selected line and ask you what you
  534.    want to do with this line.  The possibilities are:
  535.  
  536.        - Insert label here                 (<ID>) for hyperlinks;
  537.        - Insert comment here               (<!-- -->);
  538.        - Insert empty line.                (<P>)
  539.        - Insert horizontal graphic line    (<HR>).
  540.  
  541. HEAD Gadget
  542.  
  543.    This action will define selected lines as the HEAD.
  544.    MWM will show a window with some gadgets:
  545.  
  546.     - "Title" gadget:
  547.  
  548.         Used to define the <TITLE> of the document.
  549.  
  550.     - "Description" gadget:
  551.  
  552.         This gadget lets MWM to insert, for example, the following line :
  553.  
  554.             <META NAME="description" CONTENT="We are the world!">
  555.  
  556.     - "Choose" gadget:
  557.  
  558.         Used to define a fixed banner:
  559.  
  560.             <LINK REL=BANNER HREF="/Work:Docs/a.html">
  561.  
  562.    If you press the HEAD gadget and no text was loaded, MWM will ask
  563.    you if "It doesn't matter" and, if so, MWM will create automatically one
  564.    text line (the first) where the HEAD informations will be stored.
  565.  
  566.    If you need to retouch the HEAD object, just click "HEAD" gadget when that
  567.    object is selected.
  568.  
  569. CENTER Gadget
  570.  
  571.    This action will center all selected lines <CENTER>.
  572.  
  573. FONT Gadget
  574.  
  575.    With  this  feature you have an alternative way to modify the text size and
  576.    the respective color, for example:
  577.  
  578.             <FONT SIZE="+1" COLOR="#00FFFF" Hello world! </FONT>
  579.  
  580.    If possible, the "What is?" window will show a little information where the
  581.    FONT was inserted.
  582.  
  583. SEARCH Gadget
  584.  
  585.    The same action of the "Search" item on "Edit" menu.
  586.  
  587. CUT Gadget
  588.  
  589.    The same action of the "Cut" item on "Edit" menu.
  590.  
  591. EDIT Gadget
  592.  
  593.    The same action of the "Adjust selected lines" item on "Edit" menu.
  594.  
  595. VIEW Gadget
  596.  
  597.    This action allows you to call a program like AMosaic to see how the page
  598.    looks at any time.  The program that will be called is defined by using
  599.    the "Prefs" gadget, "Browser" item.
  600.    Try to open MWM and your browser on the same screen.
  601.  
  602. PREFS Gadget
  603.  
  604.    This action will open the following list of options:
  605.  
  606.     GUI:
  607.  
  608.      - Screen
  609.        You can choose from Default, Named and Owner public screens.
  610.  
  611.      - Font
  612.        Change the current font in the Main Window.
  613.  
  614.     Default paths:
  615.  
  616.      - ASCII texts
  617.        Defines a common path for all text files.
  618.  
  619.      - Images
  620.        Defines a common path for all image files.
  621.  
  622.      - Work dir
  623.        Defines your favorite working directory (RAM:T, for example).
  624.  
  625.     Log window:
  626.  
  627.      - Log window
  628.        Allows you to personalize the Log Window.
  629.  
  630.      - Log level
  631.        MWM provides you three levels of informations:
  632.  
  633.         - None;   Nothing about objects will be showed.
  634.         - Medium  Simple informations about selected object.
  635.         - High    Full informations, all data into an object will be displayed.
  636.  
  637.     Utils:
  638.  
  639.      - Browser
  640.        Lets you choose the preview browser program.
  641.  
  642.      - Sites list
  643.        Lets you choose the file containing the list of sites.
  644.  
  645.     HTML defaults:
  646.  
  647.      - Heading
  648.        when  you  load  an  ASCII text, MWM assign to every line a value
  649.        equal to zero (default) so, if you need to change default heading
  650.        size, MWM saves the selected value instead of zero.
  651.  
  652.        If you want a different heading size, select one of:
  653.  
  654.        H1 H2 H3 H4 H5 H6 in the listview.
  655.  
  656.      - BR as EOL
  657.        If active, it lets MWM to insert the <BR> keyword after every line so
  658.        you  can  save  your  text more possible like the original showed into
  659.        MWM's Main window.
  660.  
  661.      - FONT versus Heading
  662.        Its purpose is to prevent conflicts between FONT and headings.
  663.        You can choose one of these options:
  664.  
  665.         - Only FONT       ; headings will be ignored
  666.         - Only heading    ; FONT will be ignored
  667.         - Mixed (default) ; each will be written
  668.  
  669.     Other
  670.  
  671.      - OK + autosave
  672.         If active, MWM will save automatically the HTML file when OK
  673.         button gadget is pressed defining texts, images, lists and forms.
  674.         Just click reload on the browser for the preview if you are working
  675.         with it.
  676.  
  677.  
  678. 3. THE SINGLE LINE WINDOW
  679.  
  680. Once doubleclicked on a text line, MWM will open the "Single line" window.
  681. Here you can attach text, images and inputs.
  682.  
  683. If  the line is not part of a form, only the TEXT and IMAGE action gadgets are
  684. usable, else only the FORM action gadget can be used to insert objects.
  685.  
  686. F!, F2 and F4 keys are the hotkeys for these three actions.
  687.  
  688. MWM lets you to use each of two mouse buttons:
  689.  
  690.       * Left mouse button:
  691.  
  692.             - by clicking and dragging you can select part of the line;
  693.             - if you doubleclick into an object, MWM will open the
  694.               correspondent window to edit it;
  695.  
  696.       * Right mouse button;
  697.  
  698.             - if you click into an object, the effect is equal to the
  699.               doubleclick of the left mouse else, if out, MWM will highlights
  700.               the entire word under the mouse pointer.
  701.             - if you click out of the window box, the Single window will be
  702.               closed (also ESC key).
  703.  
  704.  
  705. 4. THE "What is?" WINDOW
  706.  
  707. The "What is?" Window is always to the left of the Main Window.  It's purpose
  708. is to provide short descriptions of the object(s) on that line.  Here are
  709. some examples of object descriptions:
  710.  
  711.    +-----------++----------------------------------+
  712.    | What is?  || MWM Edit Window                  |
  713.    +-----------++----------------------------------+
  714.    | ......... || Uninitialized text               |
  715.    | txt Hn X  || Initialized Text                 |
  716.    | txt->in   || Text linked to current document  |
  717.    | txt->out  || Text linked to another document  |
  718.    | txt->site || Text linked to a site            |
  719.    | img simple|| Simple image                     |
  720.    | img->in   || Image linked to current document |
  721.    | img->out  || Image linked to another document |
  722.    | img->site || Image linked to a site           |
  723.    | img map   || Map image                        |
  724.    | head      || Text of the <HEAD> block         |
  725.    | Form type || Text of the <FORM> block         |
  726.    | preformat || Preformatted text <PRE>          |
  727.    | address   || Text of the <ADDRESS> block      |
  728.    | paragraph || Paragraph text <P>               |
  729.    | Multi obj || Text including more objects      |
  730.    | Label     || There is a label <ID>            |
  731.    | Comment   || There is a comment  <!-- ... --> |
  732.    | Lab & Com || There is both label and comment  |
  733.    | break     || There is a break <BR>            |
  734.    | line      || There is an horizontal rule <HR> |
  735.    | font n    || There is a FONT                  |
  736.    | centered  || There is a centered line <CENTER>|
  737.    +-----------++----------------------------------+
  738.  
  739. Key to object descriptions:
  740.  
  741.         Hn = Heading <H1> to <H6>, <HD> for default value
  742.          X = Alignment: L = LEFT, C = CENTER, R = RIGHT, J = JUSTIFY
  743.       type = Form method GET or POST
  744.          n = Size of font
  745.  
  746. Del key will open or close this window.
  747.  
  748. 5. THE MENUS
  749.  
  750. When the Main Window is active, you can use the menus.  They contain the
  751. following items:
  752.  
  753.    * Project Menu
  754.  
  755.      - Load plain text
  756.  
  757.        Allows you to load a normal ASCII text file.
  758.  
  759.        If a text file was previously loaded, MWM will ask if you want to
  760.        replace it, or to insert the new file into the old one as follow:
  761.  
  762.            - Replace
  763.            - Insert to the beginning;
  764.            - Insert to the end;
  765.            - Insert after the first selected line.
  766.  
  767.      - HTML save
  768.  
  769.        Save automatically your work on the same HTML file or, if not
  770.        previously saved, this action will open the Save window as defined
  771.        below.
  772.        If you have selected "OK + autosave" gadget on Prefs window, this
  773.        action will be repeated everytime you press "OK" gadget on
  774.        TEXT, IMAGE, LIST and FORM windows.
  775.  
  776.      - HTML save as...
  777.  
  778.        Allows you to save the work you've done creating the HTML file.
  779.  
  780.        This action will open the Save window with these gadgets:
  781.  
  782.             "Background" gadget:
  783.  
  784.                 This can be used to specify a URI for an image tile to cover
  785.                 the document background.
  786.  
  787.             "BGColor" gadget:
  788.  
  789.                 Specifies the background color for the document body.
  790.  
  791.             "Text" gadget:
  792.  
  793.                 Specifies the color used to stroke the document's text.
  794.  
  795.             "Link" gadget:
  796.  
  797.                 Specifies the color used to stroke the text for unvisited
  798.                 hypertextlinks at the moment the user clicks on the link.
  799.  
  800.             "VLink" gadget:
  801.  
  802.                 Specifies the color used to stroke the text for visited
  803.                 hypertext links.
  804.  
  805.             "ALink" gadget:
  806.  
  807.                 Specifies  the  highlight  color  used to stroke the text for
  808.                 hypertext links at the moment the user clicks on the link.
  809.  
  810.             "Save ALL text" gadget:
  811.  
  812.                 All text in the main window will be saved to the HTML file.
  813.  
  814.             "Save only INITIALIZED text" gadget:
  815.  
  816.                 Only created objects will be saved to the HTML files, all
  817.                 uninitialized text will be ignored.
  818.  
  819.             "Cancel" gadget:
  820.  
  821.                 Return quietly to main window.
  822.  
  823.      - Load project
  824.  
  825.        Load a previously saved project.
  826.  
  827.      - Save project
  828.  
  829.        Save the entire work in a file to be recalled at any time so that the
  830.        development of it may continue.
  831.  
  832.      - Delete all
  833.  
  834.        Delete all current work or only all objects.
  835.        (Handle with care!).
  836.  
  837.      - Help keys
  838.  
  839.        List of all magic keys.
  840.  
  841.      - About
  842.  
  843.        The brains behind MWM (;-))
  844.  
  845.      - Quit
  846.  
  847.        End of work.
  848.        MWM will save the preferences and the last size/position of the
  849.        "Main window" into "MWM.prefs" in ENV: and ENVARC:.
  850.  
  851.    * Edit Menu
  852.  
  853.      - Cut
  854.  
  855.        A requester will ask if you want to:
  856.  
  857.             - Completely kill all selected lines
  858.               Deleted text will be copied to clipboard.
  859.  
  860.             - Kill only the created objects.
  861.  
  862.             - Cancel
  863.  
  864.      - Copy
  865.  
  866.        This action copies all selected lines to clipboard.
  867.  
  868.      - Paste
  869.  
  870.        Insert text from the clipboard to after the first selected line.
  871.  
  872.        If you are using KCON: for the log window, for example, you can type
  873.        whatever you need into this window, select all your text with the
  874.        mouse and press "Amiga+C" to copy all text into the clipboard.
  875.  
  876.        NOTE: Remember to hit return after the last line otherwise the console
  877.              will block and MWM won't be able to write messages.
  878.  
  879.        Afterwards, select MWM's main window and press "Amiga+V".
  880.        This also works with the ConClip and ConPaste commodities.
  881.  
  882.      - Search new
  883.  
  884.        Search for a new string.
  885.  
  886.      - Search again.
  887.  
  888.        Search for the next instance of the same string.
  889.  
  890.      - Edit selected lines
  891.  
  892.        This action allows you to modify the selected text.  If the selected
  893.        line is not a multi-object, the previously created objects will NOT be
  894.        touched.  Otherwise, if you edit the line, all objects in it will be
  895.        deleted.
  896.  
  897.    * Special Menu
  898.  
  899.      - Insert label
  900.  
  901.        This action will insert a label to the first selected line to be linked
  902.        in a future with an anchor, for example:
  903.  
  904.             <A NAME="flag1")
  905.  
  906.      - Go to label
  907.  
  908.        This action allows you to go to a previously defined label into the
  909.        current document.
  910.  
  911.      - Mark location 1, 2 and 3
  912.  
  913.        Mark three positions in the current text.
  914.  
  915.      - Jump to mark 1, 2 and 3
  916.  
  917.        Jump to the previously marked position.
  918.  
  919.      - Jump to next TEXT/IMAGE/LIST/FORM
  920.  
  921.        These actions will start a search for the specific object starting from
  922.        the next line after the last selected line. (Useful, I think !).
  923.  
  924.    * Action Menu
  925.  
  926.      - Text    \
  927.      - Image    \
  928.      - List      \
  929.      - Form       \___\  Same functions as the Gadgets in Main Window.
  930.      - More       /   /
  931.      - Head      /
  932.      - Center   /
  933.      - Font    /
  934.      - Viev   /
  935.      - Prefs /
  936.  
  937.  
  938. 6. WHAT CAN MWM DO ?
  939.  
  940. MWM is able to do all the following HTML 3.2 things:
  941.  
  942.    - HEAD LINK REL=Banner
  943.           META NAME="generator/description/author" CONTENT="..."
  944.    - TITLE
  945.    - BODY BACKGROUND="..." BGCOLOR="#color" TEXT="#color"
  946.           LINK="#color" VLINK="#color" ALINK="#color"
  947.    - ADDRESS
  948.    - CENTER
  949.    - FONT SIZE="n" COLOR="#color"
  950.    - A HREF="...#..."
  951.    - A ID="..."
  952.    - IMG ISMAP ALIGN=TOP|MIDDLE|BOTTOM SRC="..." ALT="..."
  953.    - UL TYPE="disc|circle|square" COMPACT PLAIN LH LI
  954.    - OL TYPE="A|a|I|i|1" COMPACT CONTINUE SEQNUM=n LH LI
  955.    - DL COMPACT LH DT DD
  956.    - <!-- comment -->
  957.    - BR
  958.    - HR
  959.    - P ALIGN=LEFT|CENTER|RIGHT|JUSTIFY
  960.    - CITE
  961.    - CODE
  962.    - EM
  963.    - STRONG
  964.    - AUTHOR
  965.    - PERSON
  966.    - SAMP
  967.    - KBD
  968.    - VAR
  969.    - DFN
  970.    - Q
  971.    - ACRONYM
  972.    - ABBREV
  973.    - INS
  974.    - DEL
  975.    - B
  976.    - I
  977.    - TT
  978.    - U
  979.    - S
  980.    - BIG
  981.    - SMALL
  982.    - SUB
  983.    - SUP
  984.    - < > & "
  985.      Á À Â Ã Å Ä Æ Ç
  986.      É È Ê Ë Í Ì Î Ï
  987.      Ð Ñ Ó Ò Ô Õ Ö Ø
  988.      Ú Ù Û Ü Ý Þ
  989.      ß á à â ã ã ä æ
  990.      ç é è ê ë í ì î
  991.      ï ð ñ ó ò ô õ ö
  992.      ø ú ù û ü ý ÿ þ
  993.    - URL for the links
  994.    - FORM METHOD=GET|POST
  995.    - INPUT TYPE=TEXT|PASSWORD|CHECKBOX|RADIO|RANGE|SCRIBBLE|FILE|HIDDEN|
  996.                 SUBMIT|IMAGE|RESET
  997.            TEXTAREA
  998.            NAME,VALUE,SIZE,MAXLENGTH,CHECKED,MIN,MAX,SRC,ACCEPT
  999.    - List of INPUTs
  1000.    - Headings: <H1|H2|H3|H4|H5|H6 ALIGN=LEFT|CENTER|RIGHT|JUSTIFY>
  1001.  
  1002.  
  1003. 7. ADDENDUM
  1004.  
  1005.     Hi!
  1006.  
  1007.     1>
  1008.         A little word about the german doc done by Wolfgang G. Wettach:
  1009.  
  1010.         probably his work will be not upgraded to the new versions of MWM,
  1011.         so the german doc is valid only for the 2.00 version.
  1012.  
  1013.     2>
  1014.         Try to load "MWM_eng_HTML.project" included in this archive.
  1015.         This is the project file for the HTML version of the english doc.
  1016.  
  1017.     Thanks for using MWM!
  1018.  
  1019.   Ciao!
  1020.  
  1021.  
  1022. 8. GENERAL INFORMATION
  1023.  
  1024. MWM needs version 3.0 of the OS or greater.
  1025.  
  1026. This program was constructed following the Wilbur HTML 3.2 specs
  1027.  
  1028. MWM works with the gadtools and reqtools libraries.
  1029.  
  1030. This version of MWM is Copyright ©1996-97 Massimo Baglione.
  1031. World Rights Reserved.
  1032.  
  1033. If you like this program, and you would like to use the disabled functions,
  1034. you can send me US$25 to the following address:
  1035.  
  1036.     Massimo Baglione
  1037.     Via Della Chiesa 1
  1038.     67019  Civitatomassa
  1039.     Scoppito  L' AQUILA  (Italy)
  1040.  
  1041. Please specify where I should send the complete version of MWM (key).
  1042.  
  1043. Pirated key will corrupt your data!!
  1044.  
  1045.  
  1046. For any suggestions, ideas or mail bombs, you can contact us faster by:
  1047.  
  1048.     Massimo Baglione            Maurizio Fabiani
  1049.                               (MAUI for Amiga BBS)
  1050.  
  1051.           39:102/1.5  AmigaNet  39:102/1
  1052.           39:102/2.5            39:102/2
  1053.  
  1054.          2:335/602.5  FidoNet   2:335/602
  1055.          2:335/607.5            2:335/607
  1056.  
  1057.                       InterNet
  1058.  
  1059.          (Maurizio Fabiani)  maui@mbox.vol.it
  1060.  
  1061.  
  1062. 9. CREDITS
  1063.  
  1064. I want to thank all my beta testers for their good bug reports about MWM.
  1065. In particular,  I'd like to thank:
  1066.  
  1067.    Troy Bouchard, Mel Greer, Alessandro Di Michele, Kirk Strauser,
  1068.    Girish V Nath, Paul Stevens.
  1069.  
  1070. and, for the rest of MWM developement:
  1071.  
  1072.    Jeff Lavin            for his great help about this doc!
  1073.    David Putzier         for his wonderful MWMlogo.iff, just see it!
  1074.    Pierluigi Sferrella   for the italian amigaguide docs.
  1075.    Mike Handley          for the English Amigaguide docs.
  1076.    Wolfgang G. Wettach   for the German doc.
  1077.  
  1078. Moreover, a big kiss (!) is flying to my Boss (Maurizio Fabiani) for his
  1079. never ending patience!
  1080.  
  1081. The last credit is reserved to Amiga: (all together) ...THANKS AMIGA!!!
  1082.  
  1083.                             -----+-----
  1084.  
  1085.       -=> * \X/ Amiga!  \X/ MAUI BBS!  \X/ Love and Beer! * <=-
  1086.  
  1087.                 _The revenge of the italian products_
  1088.  
  1089. ...enjoy this program!!!
  1090.